Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next

Setting SSL in WS consumer

In your generated web service consumer code add the following after the webservice initialize call:

Class WSQueryportType As PortTypeBase

Sub NEW
Call Service.Initialize ("UrnDefaultNamespaceWSQueryService", _
"WSQueryService.WSQueryportName", lookup_URLName("WSQuery WSDL URL"), _
?OpenWebService", _
"WSQueryportType")
'set userid and password if required
Call Service.SetCredentials("userid","password")
'set SSL options
Call Service.SetSSLOptions(NOTES_SSL_ACCEPT_SITE_CERTS + NOTES_SSL_ACCEPT_EXPIRED_CERTS)


Feedback response number WEBB8DEMY8 created by ~Tip Kirepulakoi on 01/24/2011

Calling a Webservice via HTTPS (~Hal Desvelutex... 7.Sep.10)
. . Setting SSL in WS consumer (~Tip Kirepulako... 24.Jan.11)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS